home *** CD-ROM | disk | FTP | other *** search
- echo off
- if %1:==: goto help
- if %1==$$$ goto install
- if %1:==b: goto floppy
- if %1:==B: goto floppy
- if %1:==a: goto floppy
- if %1:==A: goto floppy
- ECHO ╓───────────────────────────────────────────────────────────────────────╖
- echo ║ PC-KEY-DRAW is about to be installed on your hard disk in %1:\KEYDRAW ║
- ECHO ║───────────────────────────────────────────────────────────────────────║
- ECHO ║ The program disk should now be in drive A: to start the process. ║
- ECHO ║ You will be prompted to insert the library disks in drive A: ║
- ECHO ╙───────────────────────────────────────────────────────────────────────╜
- pause
- md %1:\keydraw
- cd %1:\keydraw
- copy *.* %1:
- %1:
- md \keydraw\library1
- 7 $$$
- :install
- cls
- ECHO Copying of program disk is complete
- ECHO Insert library disk #1 into drive A: (L-1)
- PAUSE
- cd \keydraw\library1
- copy a:*.*
- del sim*.*
- del set*.*
- cd \keydraw
- copy a:sim*.*
- copy a:set*.*
- cls
- ECHO Copying of Library #1 is complete
- ECHO Insert library disk #2 into drive A: (L-2)
- PAUSE
- copy a:kd*.*
- copy a:*.bas
- copy a:*.mcr
- copy a:*.tbl
- del iris*.*
- cd \keydraw\library1
- copy a:???????.pic
- copy a:*.scn
- copy a:iri*.mcr
- cd \keydraw
- cls
- ECHO Copying of Library #2 is complete
- ECHO Insert library disk #3 into drive A: (L-3)
- PAUSE
- copy a:*.*
- cls
- ECHO PC-KEY-DRAW is now installed on your hard disk.
- ECHO PC-KEY-DRAW recgonizes drive letters only.
- ECHO Use the SUBST command of DOS 3.* to access subdirectories.
- ECHO Add SUBST for each subdirectory to use for pictures or workspace
- ECHO
- ECHO If you are hard pressed for hard disk space, a large number of files
- ECHO can be removed and kept on floppies. All files in \KEYDRAW\LIBRARY1
- ECHO are picture libraries and not readily needed on the hard disk.
- ECHO Most files in \KEYDRAW are needed except for KD-USER.MNL. You may also
- ECHO not need all of the supplied macro routines. In particular the BOWL*.MCR
- ECHO files are of limited use.
- PAUSE
- menu
- :floppy
- ECHO ┌──────────────────────────────────────────────────────────────────────┐
- echo │ PC-KEY-DRAW is about to be copied to drive %1: │
- :skip
- echo │ Please make copies for friends so that they can try out PC-KEY-DRAW │
- ECHO │ You must give complete, unaltered copies to friends │
- ECHO │ No fee other than a small copying fee may be charged for this disk │
- ECHO │ ──────────────────────────────────────────────────────────────────── │
- echo │ You should store your original copy in a safe place and use the copy │
- echo │ Copy GRAPHICS.COM from your DOS disk to your working copy │
- ECHO └──────────────────────────────────────────────────────────────────────┘
- pause
- copy *.* %1:
- menu
- :help
- ECHO ╒═══════════════════════════════════════════════════════════════╕
- ECHO │ You must specify a drive letter to copy this to, such as 7 C │
- ECHO │ to install on the hard disk. │
- ECHO ╘═══════════════════════════════════════════════════════════════╛
- PAUSE
- menu